home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / stat.swf / scripts / frame_3 / PlaceObject2_99_27 / CLIPACTIONRECORD onClipEvent(mouseDown).as < prev    next >
Encoding:
Text File  |  2006-06-13  |  94 b   |  7 lines

  1. onClipEvent(mouseDown){
  2.    if(_root._ymouse > 100)
  3.    {
  4.       _root.clickdown();
  5.    }
  6. }
  7.